/*可以在这里添加你自己的css*/
table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    text-align: center;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}


@media only screen and (max-width: 760px){
.con_flex{
    flex-direction: column;
    
}
.con_flex .con_left{
    width: 100% !important;
}
.con_flex .con_right{
    width: 100% !important;
}
.con_flex.t3t3t3t3{
    flex-direction: row;
    flex-wrap: wrap;
}
.con_flex.t3t3t3t3 .con_left{
    width: 48% !important;
}
.con_flex.t3t3t3t3 .con_right{
    width: 48% !important;
}


}